home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / yrn2_089.zip / CHANGES < prev    next >
Text File  |  1995-12-01  |  32KB  |  945 lines

  1. VERSION 0.89
  2.  
  3. - The built-in viewer now displays MIME messages with
  4.   Content-Type: text/plain and Content-Transfer-Encoding: quoted-printable.
  5.  
  6. - Added config setting to control quit confirmation.
  7.  
  8.     # Ask user for confirmation before exiting news reader.
  9.     confirm-quit = on
  10.  
  11. - Now save calculated scores to avoid recalculating them the next time
  12.   your read a newsgroup.  All articles in a newsgroup will be rescored
  13.   if you change the score files.
  14.  
  15. - Fix: Scores were not calculated for articles marked as read when using
  16.   the V command.
  17.   
  18. VERSION 0.88
  19.  
  20. - Now ask the user for confirmation before exiting the reader program.
  21.  
  22. - Changed configuration file settings:
  23.  
  24.     # default sort criterion for article selection list
  25.     # (one of arrival, subject, score,arrival or score,subject)
  26.     sort-by = arrival
  27.  
  28. - Fix: Outgoing messages may be corrupted when you edit replies.
  29.  
  30. - Fix: The uudecode function left a file open.
  31.  
  32. VERSION 0.87
  33.  
  34. - Added uudecode function.  Commands changed as follows:
  35.  
  36.     Article selection level and article reading level
  37.       B  Extract uuencoded file from current article
  38.  
  39.     Message selection level and message reading level
  40.       B  Extract uuencoded file from current article
  41.       E  Resend message
  42.  
  43. - Added save-directory config setting which specifies the directory where
  44.   articles are saved.
  45.  
  46. - Search expressions in score files are now plain string matches by default.
  47.   Use the keyword "pattern" to specify a regular expression.  For example
  48.  
  49.     -1 pattern Subject: \bFA\b
  50.  
  51. - Fix: The reader now silently ignores invalid regular expressions in
  52.   score files instead of aborting the program.
  53.  
  54. - Fix: When viewing a folder, the message list had garbage score values.
  55.  
  56. - Fix: Sort articles by subject didn't work.
  57.  
  58. VERSION 0.86
  59.  
  60. - Added support for score files.  The ENGLISH.DOC file explains how to use
  61.   score files.  Added new commands:
  62.  
  63.     Newsgroup selection level
  64.       E  Edit global score file
  65.  
  66.     Article selection level and article reading level
  67.       E  Edit newsgroup score file
  68.  
  69.   Changed configuration file settings:
  70.  
  71.     # default sort criterion for article selection list
  72.     # (one of arrival, subject or score)
  73.     sort-by = arrival
  74.  
  75.     # default display format of article selection list
  76.     # 0 = Subject, From
  77.     # 1 = Subject, From, Score
  78.     # 2 = Subject, From, Lines
  79.     # 3 = Subject
  80.     message-list-format = 0
  81.  
  82. - Changed message quoting configuration settings:
  83.  
  84.     # prefix inserted before quoted lines when you reply or followup
  85.     reply-quote=>
  86.  
  87.     # Message lines beginning with any of these characters are shown as quoted.
  88.     quote=>|:
  89.  
  90. - When removing deleted messages from a folder, the file is now updated in
  91.   place instead of writing a temporary copy of the file.
  92.  
  93. - Fix: The B (resend) command can now resend USENET articles from the POSTED
  94.   folder.
  95.  
  96. - Fix: The B (resend) command removed any MIME attachments on resent messages.
  97.  
  98. - Fix: The mail encryption function did an invalid memory access when the
  99.   recipient's full name was not specified on the To header.
  100.  
  101. - Fix: The import program didn't clean up the temporary work directory when
  102.   importing SOUP packets with the -n option.
  103.  
  104. VERSION 0.85
  105.  
  106. - Replaced the mkhist program with the rebuild program, which can reconstruct
  107.   the overview files in addition to the history file.
  108.  
  109. - Changed the behaviour of the B resend command in the reader.  The program
  110.   now asks you for the mail address where the message will be resent.
  111.  
  112. - Instead of the recipient's email address, the recipient's full name is
  113.   now passed as the public key ID to PGP.
  114.  
  115. - Added -u option to import program to import unpacked SOUP files from the
  116.   current directory.
  117.  
  118. - Renamed the "message" configuration setting to "status-line".
  119.  
  120. - Fix: The expire program deleted articles that didn't have exactly one
  121.   space separating the Message-ID: header from the value.
  122.  
  123. - Fix: The filter rule file wasn't updated after deleting a filter rule.
  124.  
  125. VERSION 0.84
  126.  
  127. - The reply to all recipients option in the mail reply function now puts
  128.   the author of the original message on the To: line and all other
  129.   recipients of the original message except the user on the Cc: line.
  130.  
  131. - Now the folder list doesn't count the number of messages in each folder
  132.   until you view the folder.
  133.  
  134. - Added | command at the article selection and article reading level to
  135.   run a program, piping the article into the program's standard input.
  136.   If you put %f on the command line, it is replaced with the name of
  137.   a temporary file containing the article, and the article will not be
  138.   piped into the standard input.
  139.  
  140. - The MS-DOS yarn.exe program is now compiled with Borland C++ 4.5 to use
  141.   overlays.  Thanks to Chris Szurgot <szurgot@infi.net> for compiling it.
  142.   I know it's now slower than the previous version, but overlays with C++
  143.   templates don't work in Watcom C++ 10.0b.
  144.  
  145. - Fix: The MS-DOS import.exe program could not handle wild card file names.
  146.  
  147. - Fix: Corrected memory access violation bugs in yarn.exe and filter.exe.
  148.  
  149. - Fix: The Enter key on the numeric keypad was ignored.
  150.  
  151. VERSION 0.83
  152.  
  153. - Fix: The $HOME\yarn\readart dbm file was not closed on exit, resulting
  154.   in lost clusters.
  155.  
  156. - Fix: Disabled the L command while listing the MAILED and POSTED folders.
  157.  
  158. VERSION 0.82
  159.  
  160. - Fix: The Send menu option was not available when editing a reply.
  161.  
  162. - Fix: The address book was not sorted and was not being saved to disk.
  163.  
  164. - Fix: Saving to the printer device with the OS/2 version resulted in a
  165.   write error.
  166.  
  167. VERSION 0.81
  168.  
  169. - Added configuration settings.
  170.  
  171.     # default sort criterion for article selection list
  172.     # (one of arrival or subject)
  173.     sort-by = arrival
  174.  
  175.     # default display format of article selection list
  176.     # 0 = Subject, From
  177.     # 1 = Subject, From, Lines
  178.     # 2 = Subject
  179.     message-list-format = 0
  180.  
  181. - Added DOS protected mode version of expire program to MS-DOS distribution.
  182.   Try the expirex.exe program if the DOS real mode expire.exe program runs
  183.   out of memory.
  184.  
  185. - Fix: The MS-DOS version of import.exe and yarn.exe failed to run external
  186.   programs if the program name did not include a file extension.
  187.  
  188. - Fix: The screen output from the MS-DOS yarn.exe program was invisible on
  189.   monochrome display adapters.
  190.  
  191. VERSION 0.80
  192.  
  193. - The overview file format has been changed.  It is not compatible with
  194.   previous versions of Yarn.  Run the cvt08 program to convert an existing
  195.   old format news base to the new format.
  196.  
  197. - Added new commands
  198.     Newsgroup selection level
  199.       I  List incoming mail
  200.       M  Send mail message
  201.  
  202.     Article selection level
  203.       L  Toggle short, medium or long subject list
  204.       M  Send mail message
  205.       T  Sort threads by arrival or subject order
  206.       V  Toggle listing of all articles or unread articles
  207.  
  208.     Article reading level
  209.       M  Send mail message
  210.       Z  Supersede current article; copy original article into editor
  211.  
  212. - MIME message decoding is supported using metamail.  If you put the setting
  213.  
  214.       decode-mime=metamail %f
  215.  
  216.   in the configuration file, then the reader runs metamail to process MIME
  217.   messages.
  218.  
  219. - The default selection in the "Cancel, Edit, Check spelling, Send" menu
  220.   is now "Send".
  221.  
  222. - Added $YARN\global configuration file containing default settings for
  223.   all users.
  224.  
  225. - Fix: The program messed up quoted address comments containing commas in
  226.   outgoing messages.
  227.  
  228. VERSION 0.79
  229.  
  230. - The expire program now handles a corrupted spool file by skipping to the
  231.   next valid article in the file.
  232.  
  233. - Try an updated version of the PMODE/W DOS extender for the yarnx.exe
  234.   program.  This version doesn't seem to have memory corruption problems.
  235.  
  236. - Fix: The OS/2 version of the import program assigned incorrect article
  237.   expiry dates.
  238.  
  239. VERSION 0.78
  240.  
  241. - The newgroup program adds new newsgroups to the user's newsrc file.
  242.  
  243. - Fix: The OS/2 version of the import program incorrectly calculated the
  244.   available disk space.
  245.  
  246. - Fix: Saving to the printer device with the OS/2 version resulted in a
  247.   write error.
  248.  
  249. - Fix: The reader violated the "Good Net Keeping Seal" by not requiring a
  250.   Subject for posts.
  251.  
  252. VERSION 0.77
  253.  
  254. - The expire program now must be run with the -o command line option
  255.   to expire old articles.
  256.  
  257. - Added -q quiet mode option to expire program.
  258.  
  259. - Changed the DOS extender for the yarnx.exe program back to DOS4/GW.
  260.   PMODE/W corrupted memory after spawning external programs.
  261.  
  262. VERSION 0.76
  263.  
  264. - The LOGDIR environment variable sets the home directory.  If LOGDIR is
  265.   not defined, the HOME environment variable sets the home directory.
  266.  
  267. - Instead of the recipient's email address, the recipient's full name is
  268.   now passed as the public key ID to PGP.
  269.  
  270. - The yarnx.exe program now uses a different DOS extender that does not
  271.   require the DOS4GW.EXE file.
  272.  
  273. - Fix: The import program still corrupted the history file after running
  274.   the "expire -r" command.
  275.  
  276. VERSION 0.75
  277.  
  278. - The expire program requires less free disk space for its temporary
  279.   working files.
  280.  
  281. - Fix: The import program corrupted the history file after running the
  282.   "expire -r" command.
  283.  
  284. VERSION 0.74
  285.  
  286. - The mail filter can only search any header or the message body.
  287.  
  288. - Folder files are now rewritten only if any message in the folder is
  289.   marked for deletion, otherwise the message status flags are updated
  290.   in place.
  291.  
  292. - Added configuration file settings for followup and reply attributions.
  293.  
  294. - When posting a followup article, wrap lines of References: header at
  295.   80 columns.
  296.  
  297. - Added Ctrl-G command at article reading level to search the article
  298.   for the next line beginning with "Subject:".
  299.  
  300. - Now process Supersedes: header in USENET articles.  The reader program
  301.   does not list superseded articles and the expire program deletes
  302.   superseded articles.
  303.  
  304. - Fix: The expire -r command caused a memory access violation when
  305.   expiring articles that don't have a Newsgroups: header in
  306.   pseudo-newsgroups.
  307.  
  308. VERSION 0.73
  309.  
  310. - Fix: The expire -r command corrupted the news base.
  311.  
  312. - Fix: Memorized keyword search truncated the search expression to the
  313.   keyword file name length.
  314.  
  315. - Fix: If an article's References: header was continued over more than
  316.   one line, only the first line was read.
  317.  
  318. - Fix: Save thread to file function did not write user defined header at
  319.   beginning of each article.
  320.  
  321. VERSION 0.72
  322.  
  323. - Pressing the Esc key at the article reading level now returns you to
  324.   the article selection level.  The 'q' key now returns you to the
  325.   newsgroup selection level.
  326.  
  327. - Added memorized keyword search.  In the search functions, enter
  328.   @filename for the search text to match any of the keywords listed
  329.   in the file.  The file should list one keyword per line.
  330.  
  331. - The import program now returns errorlevel 1 if the SOUP file could not
  332.   be unpacked.
  333.  
  334. - Fix: The import program inserted an extraneous / path separator if the
  335.   TMP environment setting ended with a \.
  336.  
  337. - Fix: After the expire program deleted all the articles in a newsgroup,
  338.   the reader program reported 1 unread article in the newsgroup.
  339.  
  340. VERSION 0.71
  341.  
  342. - When sending a USENET post containing a Cc: header, a copy of the
  343.   message with the Cc: replaced with To: is also sent as mail.
  344.  
  345. - Fix: The import program inserted an extraneous \ path separator if the
  346.   TMP environment variable was set to the root directory.
  347.  
  348. - Fix: The yarn program corrupted the user's newsrc file if it contained
  349.   a newsgroup not in the active newsgroup list.
  350.  
  351. - Fix: The yarnx.exe program did no daylight saving time adjustment on
  352.   the time zone part of the Date: header in outgoing messages.
  353.  
  354. VERSION 0.70
  355.  
  356. - Added 'B' command to resend a message.  This command works only in the
  357.   MAILED and POSTED folders.
  358.  
  359. - The import program uses the directory specified by the environment
  360.   setting TMP to hold temporary working files.
  361.  
  362. - Fix: The expire command with no arguments did not remove old entries
  363.   from the history file.
  364.  
  365. - Fix: The rmgroup command corrupted the active file.
  366.  
  367. - Fix: The join truncated subject code did not include white space or
  368.   punctuation in the count of matching characters.
  369.  
  370. VERSION 0.69
  371.  
  372. - Now look at Message-ID: and References: headers to order the articles
  373.   in a thread.
  374.  
  375. - Added CONFIG setting to allow you to join truncated subjects into a
  376.   common thread.  For example, use the setting
  377.  
  378.       join-truncated-subjects = 21
  379.  
  380.   to join articles with subjects truncated by a QWK reader into the
  381.   proper thread.  The setting specifies the number of characters to
  382.   match in the subject, not counting the Re: portion.
  383.  
  384. - Yarn used the date in the Expires: header only if it was further in
  385.   the future than the normal article expiry date.
  386.  
  387. - Removed "Abort" selection from menus.  With the 'A' and 'S' keys
  388.   adjacent to each other, users might accidently select "Abort" when
  389.   they intended to select "Send".  To abort now, press the Esc key.
  390.  
  391. - At start up, now estimate the number of unread articles in each
  392.   newsgroup instead of loading the newsgroups and actually counting
  393.   unread articles.
  394.  
  395. VERSION 0.68
  396.  
  397. - If mail filtering was enabled, the import program repeatedly displayed
  398.   the error message "Cannot create INBOX" when reading a download packet
  399.   containing many mail messages.
  400.  
  401. - Fixed wrapping of long address lists in To:, Cc: and Bcc: headers of
  402.   outgoing messages.
  403.  
  404. VERSION 0.67
  405.  
  406. - Added mail filter to import program.
  407.  
  408. - Added commands to newsgroup selection level
  409.     Key  Command
  410.      O   Save articles in newsgroup to folder
  411.      S   Save articles in newsgroup to file
  412.      W   Write articles in newsgroup to file without headers
  413.  
  414. - The yarnx.exe program did not output articles using BIOS when the
  415.   "speech=on" option was set.
  416.  
  417. - Include the original author's mail address in the attribution when
  418.   posting a follow-up.
  419.  
  420. - Check for write error when saving to file.
  421.  
  422. - Save to file command asks to append to or overwrite the file if it
  423.   already exists.
  424.  
  425. - Fixed memory fault when you type a key after selecting an item from
  426.   an F2 pick list.
  427.  
  428. VERSION 0.66
  429.  
  430. - The F3 command refused to add an entry to the address book if the alias
  431.   field matched the beginning of the address field.
  432.  
  433. - If the address book contained a very long address list, yarn overflowed
  434.   a memory buffer when you tried mailing to that list.  If the address
  435.   list is longer than 80 characters, the F2 pick list inserts the alias
  436.   instead of the address.
  437.  
  438. - Increased address field maximum length in an address book entry to 32000
  439.   characters.
  440.  
  441. - Now avoid writing long lines to the address book file by writing each
  442.   address in an address list on a separate line followed by the \ line
  443.   continuation character.
  444.  
  445. - Added CONFIG settings for save to file command:
  446.  
  447.   The save to file command writes this line at the start of each saved
  448.   message.  The default is to write no line at the beginning of the message.
  449.  
  450.       save-mail-header = Message %a of %C:
  451.  
  452.   The save to file command writes this line at the start of each saved
  453.   article.  The default is to write no line at the beginning of the article.
  454.  
  455.       save-news-header = Article %a of %C:
  456.  
  457. - To enable support for the ISO-8859/8 (Hebrew) character set, put the line
  458.  
  459.       charset = iso-8859-8
  460.  
  461.   in the CONFIG file and set the code page to 862.
  462.  
  463. - Added CONFIG option for visually impaired users.  Set
  464.  
  465.       speech = on
  466.  
  467.   to enable a speech friendly user interface.
  468.  
  469. - To show only certain message headers, put
  470.  
  471.       show = <header list>
  472.  
  473.   in the CONFIG file, where <header list> is a list of headers separated
  474.   by spaces.  If both "hide" and "show" settings are in the file, the
  475.   last one takes effect.
  476.  
  477. VERSION 0.65
  478.  
  479. - The "expire -r" command also deleted old articles from the history file.
  480.  
  481. - When sending a message, insert the configured From: header and discard
  482.   any changes made to the header while in the editor.
  483.  
  484. - The left and right arrow keys now move between the newsgroup selection
  485.   level, article selection level and article reading level.  Pressing
  486.   the right arrow key at the article reading level moves to the next
  487.   unread article.
  488.  
  489. VERSION 0.64
  490.  
  491. - The "expire -r" program corrupted the history file.
  492.  
  493. - Added PGP hooks.
  494.  
  495. - The timezone in the Date: header now accounts for daylight savings time.
  496.  
  497. - While entering a form field that asks for a mail address, the
  498.   selection of an entry from the address book using the F2 key now
  499.   inserts the address instead of the alias.
  500.  
  501. - By default, comments (parentheses and the text between them) are now
  502.   stripped from the To:, Cc: and Bcc:  headers of outgoing messages. To
  503.   leave the comments in, put this line in the CONFIG file:
  504.  
  505.       address-comments=on
  506.  
  507. VERSION 0.63
  508.  
  509. - The "expire -r" command hung if all articles in the news base were
  510.   marked as read.
  511.  
  512. - Catch up command at newsgroup selection level did not clear count
  513.   of unread articles.
  514.  
  515. - When saving to a folder, pressing the F2 key while entering the
  516.   folder name pops up a list of existing folders you can select from.
  517.  
  518. - Enable high intensity background colors.
  519.  
  520. VERSION 0.62
  521.  
  522. - Changed the command key mapping to eliminate Alt- keys.
  523.  
  524.   Newsgroup selection level
  525.     Old Key  New Key  Command
  526.      Alt-C      C     Mark all articles in newsgroup as read
  527.      Alt-F      F     List folders
  528.      Alt-M      M     Read/send mail
  529.      Alt-N      N     Next newsgroup containing unread articles
  530.      Alt-P      P     Previous newsgroup containing unread articles
  531.      Alt-R      R     List replies
  532.      Alt-S      +     Subscribe to newsgroup
  533.      Alt-U      -     Unsubscribe from newsgroup
  534.  
  535.   Article selection level
  536.     Old Key  New Key  Command
  537.      Alt-A      A     Post original article
  538.      Alt-C      C     Mark all articles in newsgroup as read
  539.      Alt-K      K     Mark articles in thread as read
  540.      Alt-O      O     Save articles in thread to folder
  541.      Alt-S      S     Save thread to file
  542.      Alt-U      U     Mark articles in thread as unread
  543.      Alt-W      W     Write thread to file
  544.  
  545.   Article reading level
  546.     Old Key  New Key  Command
  547.      Alt-C      C     Mark all articles in newsgroup as read
  548.        C        c     Cancel article
  549.        S        z     Supersede article
  550.  
  551. - When replying to a message, don't prompt the user for a destination
  552.   if the Reply-To: header is the same as the From: header.
  553.  
  554. - The reader program opens news base files in shared reading mode.
  555.  
  556. - The reader crashed when adding or modifying an address book entry
  557.   in 132 column display mode.
  558.  
  559. - Fixed the expire program which may go into an infinite loop when run
  560.   with no arguments to expire all newsgroups,
  561.  
  562. VERSION 0.61
  563.  
  564. - Leaving the replies list in yarnx resulted in a memory fault.  The
  565.   Watcom C++ compiler generated code that called destructors more
  566.   than once.
  567.  
  568. - A memory leak caused the cvt06 program to run out of memory when
  569.   converting a large news base.
  570.  
  571. - The expire program corrupted the history file when run with no
  572.   arguments to expire all newsgroups,
  573.  
  574. - When replying to a message, ask the user to select from a list of
  575.   destinations if the message has a Reply-To: header or was sent to
  576.   multiple recipients.
  577.  
  578. - While entering a form field that asks for a mail address, the
  579.   selection of an entry from the address book using the F2 key now
  580.   inserts the alias instead of the address.
  581.  
  582. - When adding an address book entry, truncate the alias at the first
  583.   word.
  584.  
  585. - Disable Ctrl-C from terminating the reader program.
  586.  
  587. - Added -s option to reader program to disable '!' shell command.
  588.  
  589. - Improved support for 132 column display modes.
  590.  
  591. VERSION 0.60
  592.  
  593. - The news base is incompatible with older versions of Yarn.  Run the cvt06
  594.   program to convert an existing old format news base to the new format.
  595.  
  596. - The expire program can delete articles from specific newsgroups.  It can
  597.   also delete read articles.
  598.  
  599. - The DOS protected mode version of the reader uses a different DOS
  600.   extender and has the new name yarnx.  The program requires the file
  601.   DOS4GW.EXE to be in a directory in the PATH.
  602.  
  603. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  604.   that is not in the active newsgroup list, it adds the newsgroup to the
  605.   user's subscription list.
  606.  
  607. VERSION 0.59
  608.  
  609. - The aliases file is now called the address book in the user manual.
  610.   The "aliases" configuration setting is renamed "address-book".
  611.   The default address book file is <home>\yarn\addrbook.
  612.  
  613. - Press the F2 key to edit the address book.  While entering a form
  614.   field that asks for a mail address, press F2 to pick a mail address
  615.   from the address book.  Press the F3 key to add the author of the
  616.   current message to the address book.
  617.  
  618. - Increased the speed of the import program by opening and closing the
  619.   new base files only as required.
  620.  
  621. - Do not quote forwarded messages.
  622.  
  623. - Delete reply packet file if the user deletes all messages from reply
  624.   packet.
  625.  
  626. VERSION 0.58
  627.  
  628. - Several users reported that when they try to send mail or news, the
  629.   DOS extender reader replaced the entire message with a single "Lines: "
  630.   header.  This problem does not happen with the real mode version. 
  631.   Until this problem is resolved, the real mode reader is should be
  632.   used by default and is named yarn.exe.  The DOS extender reader is
  633.   named yarn-x.exe.
  634.  
  635. - Changed the command key mapping.
  636.  
  637.   Newsgroup selection level
  638.              New Key  Command
  639.               Alt-C   Mark all articles in newsgroup as read
  640.  
  641.   Article selection level
  642.              New Key  Command
  643.               Alt-U   Mark articles in thread as unread
  644.  
  645.   Article reading level
  646.     Old Key  New Key  Command
  647.                 b     Scroll backward one page
  648.        j        k     Mark article as read
  649.        k        K     Mark articles in thread as read
  650.                 m     Mail article to someone
  651.        m        u     Mark article as unread
  652.                 U     Mark articles in thread as unread
  653.        z        S     Supersede article
  654.  
  655.   Mail reading level
  656.     Old Key  New Key  Command
  657.                 f     Post followup article
  658.        f        m     Forward message to someone
  659.        m        u     Mark message as unread
  660.  
  661. - The package now includes a batch file to install Yarn.  Also
  662.   introduced an adduser program to set up a user.
  663.  
  664. - Added yarn option -r to edit the reply packet.
  665.  
  666. - When the user replies to a mail message, it is flagged with the status
  667.   'A' in the message selection list.
  668.  
  669. - Fix: When importing messages that were read online with Pine, the
  670.   empty line that separates the header from the body was deleted.
  671.  
  672. - Fix: Yarn redirected the standard output of the spell program to
  673.   the null device.  Output from the ispell program was not visible.
  674.  
  675. VERSION 0.57
  676.  
  677. - The subscribe to newsgroup command (Ins) caused a memory fault in the
  678.   DOS extender version.
  679.  
  680. - Fixed To: header in outgoing mail messages to be compatible with uqwk
  681.   version 1.7.
  682.  
  683. - Removed X-Status: header from outgoing messages.
  684.  
  685. - If the body of an outgoing message contains non-ASCII characters, assume
  686.   the character set is ISO-8859/1 and add MIME headers.
  687.  
  688. VERSION 0.56
  689.  
  690. - The yarn program in the MS-DOS version now runs under a DOS extender.
  691.   Included yarn-rm, which is the reader program running in real mode.
  692.  
  693. - Also map ISO-8859/1 character set in article selection list and
  694.   editor.
  695.  
  696. - Display destination address/newsgroup in sent mail/news folder list.
  697.  
  698. - When replying to a mail message, copy the Cc: header from the
  699.   original message to the outgoing message.
  700.  
  701. - Set the Bcc: header in outgoing messages by putting the line
  702.  
  703.       Bcc=<addresses>
  704.  
  705.   in the configuration file, where <addresses> is a list of mail
  706.   addresses.
  707.  
  708. - Should only expand aliases in To:, Cc:, and Bcc; headers.
  709.  
  710. - Time zone field in Date: header of outgoing messages was incorrect
  711.   if the time zone was more than 9 hours from GMT.
  712.  
  713. - Do not load and save the newsrc file when yarn is run with the -f or
  714.   -m option.
  715.  
  716. - News format field in REPLIES file should be 'B'.
  717.  
  718. - To specify the maximum keep days for newsgroups added by the import
  719.   program, put the line
  720.  
  721.       max-keep=<n>
  722.  
  723.   in the configuration file, where <n> is the number of days.
  724.  
  725. - To specify a spell check program, put the line
  726.  
  727.       spell=<program> %f
  728.  
  729.   in the configuration file, where <program> is the program name.
  730.  
  731. VERSION 0.55
  732.  
  733. - The rmgroup command corrupted the active newsgroup file.
  734.  
  735. - For the MS-DOS version, fixed the overlay thrashing while scrolling
  736.   in the mail message selection level.
  737.  
  738. VERSION 0.54
  739.  
  740. - Added search commands to newsgroup selection level.  The '/', '?',
  741.   ';' and ':' commands search for a newsgroup name containing a
  742.   matching regular expression.
  743.  
  744. - Added search commands to article selection and article reading
  745.   level.  The '/', '?', ';' and ':' commands search for an article
  746.   containing a matching regular expression.  The 'g' and 'G' commands
  747.   search for a regular expression within an article.
  748.  
  749. - If the reader selects a newsgroup containing a huge number of articles
  750.   and there is insufficient memory to list every article, it displays
  751.   an error message and list a subset of the articles.
  752.  
  753. - Added 'q' command to go from article reading level to article
  754.   selection level (same as '=' command).
  755.  
  756. - Put the line
  757.  
  758.         next-screen-context-lines=<n>
  759.  
  760.   in the configuration file to redisplay the last <n> lines of the
  761.   previous screen when paging through an article.
  762.  
  763. - When displaying articles, the reader maps the ISO-8859-1 (ISO Latin 1)
  764.   character set to IBM code page 850 if the configuration file contains
  765.   the line
  766.  
  767.         charset=iso-8859-1
  768.  
  769. - The reader program displays "You have new mail" if the user has new
  770.   mail in the incoming message folder.
  771.  
  772. - The newgroup program accepts an optional third parameter, the
  773.   maximum number of days to keep an article.  If this is specified,
  774.   articles that have an Expires: header are kept only for this number
  775.   of days, instead of until the date specified in the header.
  776.  
  777. VERSION 0.53
  778.  
  779. - Added '!' command to run command shell.
  780.  
  781. - Mail aliases now stored in a separate file <user>\YARN\ALIASES.
  782.   To specify another aliases file, use the statement
  783.  
  784.         aliases=<file>
  785.  
  786.   in the CONFIG file, where <file> is the full path of the aliases file.
  787.  
  788. - Added -r option to import program, to import rnews batches.
  789.  
  790. - If you unsubscribed from the last newsgroup in the newsgroup selection
  791.   list, the highlight bar was positioned after the last newsgroup.
  792.  
  793. - Check return status from zip/unzip program when packing/unpacking
  794.   reply packet.
  795.  
  796. - The OS/2 import program changed the current working directory before
  797.   running unzip, which made unzip unable to find the packet file.
  798.  
  799. - If the import program read an article header exactly 511 characters
  800.   long, it incorrectly saw the end of the headers when it read the next
  801.   line.
  802.  
  803. VERSION 0.52
  804.  
  805. - Messages in reply packet can be modified.  Added the following commands:
  806.     Newsgroup selection level and folder selection level
  807.       Alt-R    List replies
  808.  
  809. - Changed keywords accepted by color statement in CONFIG file.
  810.       menu-short-cut         changed to  menu-hotkey
  811.       menu-select-short-cut  changed to  menu-select-hotkey
  812.  
  813. VERSION 0.51
  814.  
  815. - Display message count in folder selection list.
  816.  
  817. - The color statement in the CONFIG file accepts these additional keywords:
  818.       menu-border
  819.       menu-text
  820.       menu-select
  821.       menu-short-cut
  822.       menu-select-short-cut
  823.  
  824. VERSION 0.50
  825.  
  826. - Fix: The 'd' command to mark a mail message for deletion also tried to
  827.   post a followup to the message.
  828.  
  829. VERSION 0.49
  830.  
  831. - Added mail commands:
  832.     Message selection level
  833.       Alt-O    Save message to folder
  834.     Message reading level
  835.       F        Post followup, quoting original article
  836.  
  837. - Mark mail message for deletion after saving it to another folder.
  838.  
  839. - Save copy of sent articles in a folder by putting the line
  840.  
  841.       sent-news=POSTED
  842.  
  843.   in configuration file.
  844.  
  845. VERSION 0.48
  846.  
  847. - Can save messages to mail folders.
  848.   Added folder commands:
  849.     Newsgroup selection level
  850.       Alt-F    List folders
  851.     Article selection level
  852.       Alt-O    Save thread to folder
  853.     Article reading level
  854.       o        Save article to folder
  855.  
  856. - Moved incoming mail folder from <home>\YARN\INBOX to <home>\MAIL\INBOX.
  857.  
  858. - Save copy of outgoing mail messages in a folder by putting the line
  859.  
  860.       sent-mail=SENT
  861.  
  862.   in configuration file.
  863.  
  864. - Set the Cc: header in outgoing messages by putting the line
  865.  
  866.       Cc=<addresses>
  867.  
  868.   in configuration file, where <addresses> is a list of mail addresses.
  869.  
  870. - Added forward mail command ('f') to mail reading level.
  871.  
  872. - Added -q option to import program to disable article number output.
  873.  
  874. - Added rmgroup program to remove newsgroup from active newsgroup list.
  875.  
  876. - Fix: The reader did not allow the external editor to be run with any
  877.   command line options.
  878.  
  879. VERSION 0.47
  880.  
  881. - Fix: The file path passed to the editor should use \ as path separators.
  882.  
  883. - Disabled settings from environment variables USER and NAME.
  884.  
  885. - If set, the YARNRC environment variable specifies the configuration file
  886.   to read instead of the default <home>\YARN\CONFIG.
  887.  
  888. VERSION 0.46
  889.  
  890. - The import program now handles the SOUP message formats 'm', 'M' and 'B'.
  891.  
  892. - Reader displays a message line at the bottom of the screen showing
  893.   frequently used commands.  To turn off the message line, put
  894.  
  895.       message=off
  896.  
  897.   in the configuration file.
  898.  
  899. VERSION 0.45
  900.  
  901. - The Newsgroups: header is normally hidden unless the article is crossposted.
  902.  
  903. - Reader correctly displays headers that span multiple lines.
  904.  
  905. VERSION 0.44
  906.  
  907. - In the CONFIG file, colors for specific USENET headers are set using the
  908.   statement
  909.  
  910.         color header-<name> <fg> <bg>
  911.  
  912.   The color statement can also set window colors.
  913.  
  914. - The MS-DOS version is compiled for the 8086/8088 instruction set.
  915.  
  916. VERSION 0.43
  917.  
  918. - Specify mail address aliases in the CONFIG file using the alias statement.
  919.  
  920. - If the import program finds a newsgroup in the AREAS file of a SOUP packet
  921.   that is not in the active newsgroup list, it adds the newsgroup to the
  922.   active list.  The keep days for the added newsgroup is specified by the
  923.   "keep" setting in the CONFIG file.
  924.  
  925. - If free disk space runs lows while importing messages, the import program
  926.   aborts.
  927.  
  928. - Message headers containing tab characters where parsed incorrectly.
  929.  
  930. VERSION 0.42
  931.  
  932. - Reader subscribes to all active newsgroups if newsrc does not exist.
  933.  
  934. - Reader hides headers beginning with '\t' by default.
  935.  
  936. VERSION 0.41
  937.  
  938. - Fixed bug in the subject truncation routine that caused reader to hang on
  939.   subjects containing long words.
  940.  
  941. - At the end of the article, the reader shows the number of articles
  942.   remaining in the thread.
  943.  
  944. - Increased maximum subject length stored in index files to 127 characters.
  945.